oops, missed it.
authorHans Breuer <hans@src.gnome.org>
Mon, 30 Jul 2001 21:10:33 +0000 (21:10 +0000)
committerHans Breuer <hans@src.gnome.org>
Mon, 30 Jul 2001 21:10:33 +0000 (21:10 +0000)
gdk-pixbuf/makefile.msc

index ca11da023149e64a68e2e9727d3c0c00acead564..9746eda34f305ee6282ea581ceefcd02b4871874 100644 (file)
@@ -60,11 +60,17 @@ INSTALL = copy
 
 CFLAGS = -I. -DHAVE_CONFIG_H
 
+sub-pixops :
+       cd pixops
+       nmake -f makefile.msc
+       cd ..
+
 ## targets
 all : \
        $(PRJ_TOP)\config.h \
        gdk-pixbuf-marshal.c \
        gdk-pixbuf-marshal.h \
+       sub-pixops \
        $(PACKAGE)-$(PKG_VER).dll \
 #      make-inline-pixbuf.exe \
        gdk-pixbuf-csource.exe \